CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - weka in java

搜索资源列表

  1. weka-src.rar

    0下载:
  2. Weka,一个数据挖掘工具。功能包括:分类、聚类和关联规则等等。这是该开源软件的源代码,版本为3.5.7,Weka, a data mining tool. Features include: classification, clustering and association rules, etc.. This is the open source software source code, version 3.5.7
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4790409
    • 提供者:Jess
  1. classifier

    1下载:
  2. 在java中运用weka中的随机森林算法实现的分类器的代码-The use of weka in java in a random forest classifier algorithm code
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:杨丽
  1. weka-3-4-12

    0下载:
  2. weka全名是怀卡托智能分析环境(Waikato Environment for Knowledge Analysis),是一个公开的数据挖掘工作平台,集合了大量能承担数据挖掘任务的机器学习算法,包括对数据进行预处理,分类,回归、聚类、关联规则以及在新的交互式界面上的可视化-full name is weka intelligent analysis environment Waikato (Waikato Environment for Knowledge Analysis), is an o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10288012
    • 提供者:朱磊
  1. DecisionTree

    0下载:
  2. this an weka tool source code implemented in java used for decision tr-this is an weka tool source code implemented in java used for decision tree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5797
    • 提供者:grandhe
  1. ReadTest

    0下载:
  2. this an weka tool source code implemented in java dm -this is an weka tool source code implemented in java dm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1747
    • 提供者:grandhe
  1. ReadTrain

    0下载:
  2. this an weka tool source code implemented in java-this is an weka tool source code implemented in java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4711
    • 提供者:grandhe
  1. weka-src

    0下载:
  2. Java 编写的多种数据挖掘算法 包括聚类、分类、预处理等-Java to prepare a variety of data mining algorithms, including clustering, classification, preprocessing, etc.
  3. 所属分类:Applet

    • 发布日期:2017-05-15
    • 文件大小:3964046
    • 提供者:闫珍
  1. weka-3-6-0jre

    0下载:
  2. Data Mining Software in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-06-21
    • 文件大小:35205706
    • 提供者:arra
  1. gui_antminer1.2.1

    0下载:
  2. Short descr iption: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:72854
    • 提供者:xiaochuzhe
  1. ArffSearcher

    0下载:
  2. 使用Weka分析环境开发的基于Java的图像分割及基于内容检索程序,分割采用最小生成树分割法,检索利用的是小波和共生矩阵提取的特征。-Analysis using the Weka environment for the development of Java-based content-based image segmentation and retrieval procedures, division of segmentation using minimum spanning tree,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1734477
    • 提供者:张沛轩
  1. EM.java.tar

    0下载:
  2. EM 算法是 Dempster,Laind,Rubin 于 1977 年提出的求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行 MLE 估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据,截尾数据,带有讨厌数据等所谓的不完全数据(incomplete data)。需要weka的算法包支持。-EM algorithm is Dempster, Laind, Rubin in 1977 for the parameters proposed by maximum
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-03
    • 文件大小:9479
    • 提供者:zhangrui
  1. MakeDensityBasedClusterer.java.tar

    0下载:
  2. 基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4859
    • 提供者:zhangrui
  1. weka-3-6-1

    0下载:
  2. Weka是一个超强功能的machine learning开发包-Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, clas
  3. 所属分类:Other systems

    • 发布日期:2017-06-11
    • 文件大小:18667131
    • 提供者:Alan
  1. MainWeka

    0下载:
  2. 数据挖掘开源算法最经典的weka算法源码,导入Eclipse就可以打开,包含了几十个经典的数据挖掘算法。-Open source data mining algorithm is the most classical algorithm weka source code into Eclipse, you can open, contains dozens of classic data mining algorithms.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-20
    • 文件大小:5685442
    • 提供者:李子文
  1. markuslang_seminar

    0下载:
  2. how to write weka in java
  3. 所属分类:Development Research

    • 发布日期:2017-04-16
    • 文件大小:40295
    • 提供者:rocks
  1. CODB

    0下载:
  2. 基于WEKA的异常检测源代码,JAVA语言编写,可自行开发插件-outlier detection source code based on WEKA
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3780048
    • 提供者:chen
  1. weka-src

    0下载:
  2. weka 源程序包。包含weka下运行和用于测试的所有程序和数据,程序中附有详细的注释。-The source packet of weka. inlude all program processing in weka enviroment.There are full instruction in every program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6222559
    • 提供者:高进
  1. jBNC

    0下载:
  2. jBNC is a Java toolkit for training, testing, and applying Bayesian Network Classifiers. Implemented classifiers have been shown to perform well in a variety of artificial intelligence, machine learning, and data mining applications. jBNC
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:828000
    • 提供者:sakthivel
  1. weka-3.6.0.jar

    0下载:
  2. an open source tool for data mining writen in java language.
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:4435222
    • 提供者:hegang
  1. WEKA-Rebuild

    0下载:
  2. java中集成weka的功能界面,可直接在java中使用weka的所有功能-java in the integration of the functions of the weka interface, can be directly used in java weka all
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:14175391
    • 提供者:zjl
« 12 3 »
搜珍网 www.dssz.com